[index]
DeleteCard Message
Syntax
on deleteCard
end deleteCard
Sent to the deleted card
Description
The deleteCard message is sent to a card immediately before the card is deleted.
Notes
The deleteCard message is purely informational. Intercepting the message with a handler does nothing to prevent the object from being deleted.
Examples
Place the following handler in the script of the current stack and then delete a card.
on deleteCard
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.